else statement meaning in English
否则叙述
否则语句, else语句
Examples
- Case else statement block does not need to run any more of the statements in the block , it can exit the block by using the
语句块内的代码无需再运行该块中的任何其它语句,可以使用 - For example , even if the set statement is in an if . else statement block that is never reached during execution , the set statement still takes effect because the if . else statement block is parsed
例如,假设set语句在if . . . else语句块中,而在执行过程中从未到达过该语句块,但由于分析了if . . . else语句块,因此set语句仍生效。 - For example , even if the set statement is in an if . else statement block that is never reached during execution , the set statement still takes effect because the if . else statement block is parsed
例如,假设set语句在if . . . else语句块中,而在执行过程中从未到达过该语句块,但由于分析了if . . . else语句块,因此set语句仍生效。